home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple WWDC 1996
/
WWDC96_1996 (CD).toast
/
Technology Materials
/
MacOS 8 Resources
/
Developer Tools
/
ResEdit™ 3.0d1
/
ResEdit™ 3.0d1
/
ResEdit™ 3.0d1.rsrc
/
VDL_260_Resource.TMPL.bin
< prev
next >
Wrap
Text File
|
1996-04-23
|
593b
|
19 lines
Margin(10, 10, 10, 10)
DynamicListMargin( "TMPL Tokens: ", tokens, Width = UseParent )
DynamicVList(tokens, TMPLEntry, Editable, Width = UseParent)
Margin(2,2,2,2, Width = UseParent)
Margin(1,1,1,1, Width = UseParent)
HList(Width = UseParent)
{
Margin(2,2,2,2)
HList(Width = 75)
{
Spacer(Height = 1, Width = UseParent);
StaticText("Token # ");
StaticText(ContextElementIndex);
}
EditText(code, Chars(4), Width = 40);
Spacer(Height = 0, Width = 3);
EditText(label, Width = UseParent);
}